A function that samples predictive distributions for univariate continuous data using exchangeable predictive extension.
# S3 method for seqreresult
[[(obj, i)seqre(obj, inc = 1000, eps = 0.001, max_it = 100)
A seqre_result
object, or a list of two seqre_result
objects if
keep_marg
is TRUE
.
A seqre_result
object, usually output from gibbsmix()
.
A numeric vector of sample indices.
A positive integer increment value for the number of predictive samples to take each convergence check.
An error value which determines the convergence approximation.
A positive integer maximum number of iterations before halting.
[[
: Subset method for seqre_result
objects
gibbsmix()